web api 初體驗 解決js調用跨域問題 跨域界定 常見跨域: 同IP不同端口: http:IP:8001/api/user http:IP:8002/api/user 不同IP不同端口: http://172.28.20.1 ...